Skip to content

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public TrackingConfiguration<T> Properties(Expression<Func<T, object>> projection)

Summary: Set up tracking for one or more properties.

Parameters

NameTypeDescription
projectionExpression>Describes which properties of the target object to track by returning an anonymous type projection (e.g. x => new).

Returns: TrackingConfiguration -- Tracking Configuration.